Html Css Color HEX #FACFE9 Classic Rose

📋 copy color: '#FACFE9'

red 250 ◦ green 207 ◦ blue 233

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

Shades of Classic Rose #FACFE9

Tints of Classic Rose #FACFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 33.77%

R = 36.23%
G = 30%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FACFE9 (or 0xFACFE9) is known color: Classic Rose. HEX triplet: FA, CF and E9. RGB value is (250,207,233). Sum of RGB (Red+Green+Blue) = 250+207+233=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFE9 is #053016. Grayscale: #DEDEDE. Windows color (decimal): -339991 or 15323130. OLE color: 15323130.

HSL color Cylindrical-coordinate representation of color #FACFE9: hue angle of 323.72º 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 #FACFE9 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 207 233 -
CMYK 0 0.17 0.07 0.02
HSL 323.72º 0.81% 0.9% -
HSV(B) 323.72º 0.17% 0.98% -
XYZ 76.45 70.83 86.73 -
YUV 222.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 250 207 233 0 0.17 0.07 0.02 323.72 0.81 0.9
Hex FA CF E9 0 11 7 2 144 51 5A
Octal 372 317 351 0 21 7 2 504 121 132
Binary 11111010 11001111 11101001 0 10001 111 10 101000100 1010001 1011010

Color Harmonies of #FACFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFE9

Black with #FACFE9

Text Example


Text Example

White with #FACFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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