Html Css Color HEX #FACFE6 Classic Rose

📋 copy color: '#FACFE6'

red 250 ◦ green 207 ◦ blue 230

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

Shades of Classic Rose #FACFE6

Tints of Classic Rose #FACFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.48%

R = 36.39%
G = 30.13%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FACFE6 (or 0xFACFE6) is known color: Classic Rose. HEX triplet: FA, CF and E6. RGB value is (250,207,230). Sum of RGB (Red+Green+Blue) = 250+207+230=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFE6 is #053019. Grayscale: #DEDEDE. Windows color (decimal): -339994 or 15126522. OLE color: 15126522.

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

Color convert

RGB 250 207 230 -
CMYK 0 0.17 0.08 0.02
HSL 327.91º 0.81% 0.9% -
HSV(B) 327.91º 0.17% 0.98% -
XYZ 76.02 70.66 84.5 -
YUV 222.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 250 207 230 0 0.17 0.08 0.02 327.91 0.81 0.9
Hex FA CF E6 0 11 8 2 148 51 5A
Octal 372 317 346 0 21 10 2 510 121 132
Binary 11111010 11001111 11100110 0 10001 1000 10 101001000 1010001 1011010

Color Harmonies of #FACFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFE6

Black with #FACFE6

Text Example


Text Example

White with #FACFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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