Html Css Color HEX #FACCE6 Classic Rose

📋 copy color: '#FACCE6'

red 250 ◦ green 204 ◦ blue 230

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

Shades of Classic Rose #FACCE6

Tints of Classic Rose #FACCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.63%

R = 36.55%
G = 29.82%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FACCE6 (or 0xFACCE6) is known color: Classic Rose. HEX triplet: FA, CC and E6. RGB value is (250,204,230). Sum of RGB (Red+Green+Blue) = 250+204+230=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCE6 is #053319. Grayscale: #DCDCDC. Windows color (decimal): -340762 or 15125754. OLE color: 15125754.

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

Color convert

RGB 250 204 230 -
CMYK 0 0.18 0.08 0.02
HSL 326.09º 0.82% 0.89% -
HSV(B) 326.09º 0.18% 0.98% -
XYZ 75.3 69.22 84.26 -
YUV 220.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 250 204 230 0 0.18 0.08 0.02 326.09 0.82 0.89
Hex FA CC E6 0 12 8 2 146 52 59
Octal 372 314 346 0 22 10 2 506 122 131
Binary 11111010 11001100 11100110 0 10010 1000 10 101000110 1010010 1011001

Color Harmonies of #FACCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCE6

Black with #FACCE6

Text Example


Text Example

White with #FACCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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