Html Css Color HEX #FAC8E8 Classic Rose

📋 copy color: '#FAC8E8'

red 250 ◦ green 200 ◦ blue 232

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

Shades of Classic Rose #FAC8E8

Tints of Classic Rose #FAC8E8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.33%

 BLUE value IS 232 (91.02% from 255) = 34.02%

R = 36.66%
G = 29.33%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAC8E8 (or 0xFAC8E8) is known color: Classic Rose. HEX triplet: FA, C8 and E8. RGB value is (250,200,232). Sum of RGB (Red+Green+Blue) = 250+200+232=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 200 (78.52% from 255 or 29.33% from 682); Blue value is 232 (91.02% from 255 or 34.02% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8E8 is #053717. Grayscale: #DADADA. Windows color (decimal): -341784 or 15255802. OLE color: 15255802.

HSL color Cylindrical-coordinate representation of color #FAC8E8: hue angle of 321.6º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC8E8 is Cyan = 0, Magento = 0.2, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 200 232 -
CMYK 0 0.2 0.07 0.02
HSL 321.6º 0.83% 0.88% -
HSV(B) 321.6º 0.2% 0.98% -
XYZ 74.64 67.46 85.43 -
YUV 218.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 250 200 232 0 0.2 0.07 0.02 321.6 0.83 0.88
Hex FA C8 E8 0 14 7 2 142 53 58
Octal 372 310 350 0 24 7 2 502 123 130
Binary 11111010 11001000 11101000 0 10100 111 10 101000010 1010011 1011000

Color Harmonies of #FAC8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8E8

Black with #FAC8E8

Text Example


Text Example

White with #FAC8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8E8; }

 p { color: rgb(250,200,232); }

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

background-color css

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

 a { background-color: rgb(250,200,232); }

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

border-color css

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

 span { border-color: rgb(250,200,232); }

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