Html Css Color HEX #FAC2E2 Classic Rose

📋 copy color: '#FAC2E2'

red 250 ◦ green 194 ◦ blue 226

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

Shades of Classic Rose #FAC2E2

Tints of Classic Rose #FAC2E2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.96%

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

R = 37.31%
G = 28.96%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAC2E2 (or 0xFAC2E2) is known color: Classic Rose. HEX triplet: FA, C2 and E2. RGB value is (250,194,226). Sum of RGB (Red+Green+Blue) = 250+194+226=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 194 (76.17% from 255 or 28.96% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2E2 is #053D1D. Grayscale: #D6D6D6. Windows color (decimal): -343326 or 14861050. OLE color: 14861050.

HSL color Cylindrical-coordinate representation of color #FAC2E2: hue angle of 325.71º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC2E2 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 194 226 -
CMYK 0 0.22 0.10 0.02
HSL 325.71º 0.85% 0.87% -
HSV(B) 325.71º 0.22% 0.98% -
XYZ 72.44 64.4 80.56 -
YUV 214.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 250 194 226 0 0.22 0.10 0.02 325.71 0.85 0.87
Hex FA C2 E2 0 16 A 2 146 55 57
Octal 372 302 342 0 26 12 2 506 125 127
Binary 11111010 11000010 11100010 0 10110 1010 10 101000110 1010101 1010111

Color Harmonies of #FAC2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2E2

Black with #FAC2E2

Text Example


Text Example

White with #FAC2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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