Html Css Color HEX #FACCE2 Classic Rose

📋 copy color: '#FACCE2'

red 250 ◦ green 204 ◦ blue 226

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

Shades of Classic Rose #FACCE2

Tints of Classic Rose #FACCE2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30%

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

R = 36.76%
G = 30%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FACCE2 (or 0xFACCE2) is known color: Classic Rose. HEX triplet: FA, CC and E2. RGB value is (250,204,226). Sum of RGB (Red+Green+Blue) = 250+204+226=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCE2 is #05331D. Grayscale: #DCDCDC. Windows color (decimal): -340766 or 14863610. OLE color: 14863610.

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

Color convert

RGB 250 204 226 -
CMYK 0 0.18 0.10 0.02
HSL 331.3º 0.82% 0.89% -
HSV(B) 331.3º 0.18% 0.98% -
XYZ 74.74 69 81.33 -
YUV 220.26 131.24 149.21 -
System Red Green Blue C M Y K H S L
Decimal 250 204 226 0 0.18 0.10 0.02 331.3 0.82 0.89
Hex FA CC E2 0 12 A 2 14B 52 59
Octal 372 314 342 0 22 12 2 513 122 131
Binary 11111010 11001100 11100010 0 10010 1010 10 101001011 1010010 1011001

Color Harmonies of #FACCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCE2

Black with #FACCE2

Text Example


Text Example

White with #FACCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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