Html Css Color HEX #FACFEB Classic Rose

📋 copy color: '#FACFEB'

red 250 ◦ green 207 ◦ blue 235

#FACFEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #FACFEB

Tints of Classic Rose #FACFEB

RGB

 RED value IS 250 (98.05% from 255) = 36.13%

 GREEN value IS 207 (81.25% from 255) = 29.91%

 BLUE value IS 235 (92.19% from 255) = 33.96%

R = 36.13%
G = 29.91%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FACFEB (or 0xFACFEB) is known color: Classic Rose. HEX triplet: FA, CF and EB. RGB value is (250,207,235). Sum of RGB (Red+Green+Blue) = 250+207+235=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFEB is #053014. Grayscale: #DEDEDE. Windows color (decimal): -339989 or 15454202. OLE color: 15454202.

HSL color Cylindrical-coordinate representation of color #FACFEB: hue angle of 320.93º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FACFEB is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 207 235 -
CMYK 0 0.17 0.06 0.02
HSL 320.93º 0.81% 0.9% -
HSV(B) 320.93º 0.17% 0.98% -
XYZ 76.73 70.95 88.25 -
YUV 223.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 250 207 235 0 0.17 0.06 0.02 320.93 0.81 0.9
Hex FA CF EB 0 11 6 2 141 51 5A
Octal 372 317 353 0 21 6 2 501 121 132
Binary 11111010 11001111 11101011 0 10001 110 10 101000001 1010001 1011010

Color Harmonies of #FACFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFEB

Black with #FACFEB

Text Example


Text Example

White with #FACFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFEB; }

 p { color: rgb(250,207,235); }

 H1.HeaderClassName
 {
   color: #FACFEB;
 }
 .AnyTagClassName
 {
   color: #FACFEB;
 }
</style>

background-color css

<style>
 a { background-color: #FACFEB; }

 a { background-color: rgb(250,207,235); }

 div.DivClassName
 {
   background-color: #FACFEB;
 }
 .BgClassName
 {
   background-color: #FACFEB;
 }
</style>

border-color css

<style>
 span { border-color: #FACFEB; }

 span { border-color: rgb(250,207,235); }

 td.TdClassName
 {
   border-color: #FACFEB;
 }
 .TagClassName
 {
   border-color: #FACFEB;
 }
</style>