Html Css Color HEX #FACCDD Classic Rose

📋 copy color: '#FACCDD'

red 250 ◦ green 204 ◦ blue 221

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

Shades of Classic Rose #FACCDD

Tints of Classic Rose #FACCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.74%

R = 37.04%
G = 30.22%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FACCDD (or 0xFACCDD) is known color: Classic Rose. HEX triplet: FA, CC and DD. RGB value is (250,204,221). Sum of RGB (Red+Green+Blue) = 250+204+221=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCDD is #053322. Grayscale: #DBDBDB. Windows color (decimal): -340771 or 14535930. OLE color: 14535930.

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

Color convert

RGB 250 204 221 -
CMYK 0 0.18 0.12 0.02
HSL 337.83º 0.82% 0.89% -
HSV(B) 337.83º 0.18% 0.98% -
XYZ 74.07 68.73 77.77 -
YUV 219.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 250 204 221 0 0.18 0.12 0.02 337.83 0.82 0.89
Hex FA CC DD 0 12 C 2 152 52 59
Octal 372 314 335 0 22 14 2 522 122 131
Binary 11111010 11001100 11011101 0 10010 1100 10 101010010 1010010 1011001

Color Harmonies of #FACCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCDD

Black with #FACCDD

Text Example


Text Example

White with #FACCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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