Html Css Color HEX #FAC8E3 Classic Rose

📋 copy color: '#FAC8E3'

red 250 ◦ green 200 ◦ blue 227

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

Shades of Classic Rose #FAC8E3

Tints of Classic Rose #FAC8E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.53%

R = 36.93%
G = 29.54%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAC8E3 (or 0xFAC8E3) is known color: Classic Rose. HEX triplet: FA, C8 and E3. RGB value is (250,200,227). Sum of RGB (Red+Green+Blue) = 250+200+227=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 200 (78.52% from 255 or 29.54% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8E3 is #05371C. Grayscale: #D9D9D9. Windows color (decimal): -341789 or 14928122. OLE color: 14928122.

HSL color Cylindrical-coordinate representation of color #FAC8E3: hue angle of 327.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 #FAC8E3 is Cyan = 0, Magento = 0.2, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 200 227 -
CMYK 0 0.2 0.09 0.02
HSL 327.6º 0.83% 0.88% -
HSV(B) 327.6º 0.2% 0.98% -
XYZ 73.94 67.18 81.74 -
YUV 218.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 250 200 227 0 0.2 0.09 0.02 327.6 0.83 0.88
Hex FA C8 E3 0 14 9 2 148 53 58
Octal 372 310 343 0 24 11 2 510 123 130
Binary 11111010 11001000 11100011 0 10100 1001 10 101001000 1010011 1011000

Color Harmonies of #FAC8E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8E3

Black with #FAC8E3

Text Example


Text Example

White with #FAC8E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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