Html Css Color HEX #FAC8E2 Classic Rose

📋 copy color: '#FAC8E2'

red 250 ◦ green 200 ◦ blue 226

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

Shades of Classic Rose #FAC8E2

Tints of Classic Rose #FAC8E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.43%

R = 36.98%
G = 29.59%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAC8E2 (or 0xFAC8E2) is known color: Classic Rose. HEX triplet: FA, C8 and E2. RGB value is (250,200,226). Sum of RGB (Red+Green+Blue) = 250+200+226=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 200 (78.52% from 255 or 29.59% from 676); Blue value is 226 (88.67% from 255 or 33.43% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8E2 is #05371D. Grayscale: #D9D9D9. Windows color (decimal): -341790 or 14862586. OLE color: 14862586.

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

Color convert

RGB 250 200 226 -
CMYK 0 0.2 0.10 0.02
HSL 328.8º 0.83% 0.88% -
HSV(B) 328.8º 0.2% 0.98% -
XYZ 73.81 67.12 81.02 -
YUV 217.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 250 200 226 0 0.2 0.10 0.02 328.8 0.83 0.88
Hex FA C8 E2 0 14 A 2 149 53 58
Octal 372 310 342 0 24 12 2 511 123 130
Binary 11111010 11001000 11100010 0 10100 1010 10 101001001 1010011 1011000

Color Harmonies of #FAC8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8E2

Black with #FAC8E2

Text Example


Text Example

White with #FAC8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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