Html Css Color HEX #FAC4DD Classic Rose

📋 copy color: '#FAC4DD'

red 250 ◦ green 196 ◦ blue 221

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

Shades of Classic Rose #FAC4DD

Tints of Classic Rose #FAC4DD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.39%

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

R = 37.48%
G = 29.39%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAC4DD (or 0xFAC4DD) is known color: Classic Rose. HEX triplet: FA, C4 and DD. RGB value is (250,196,221). Sum of RGB (Red+Green+Blue) = 250+196+221=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 196 (76.95% from 255 or 29.39% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4DD is #053B22. Grayscale: #D6D6D6. Windows color (decimal): -342819 or 14533882. OLE color: 14533882.

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

Color convert

RGB 250 196 221 -
CMYK 0 0.22 0.12 0.02
HSL 332.22º 0.84% 0.87% -
HSV(B) 332.22º 0.22% 0.98% -
XYZ 72.22 65.02 77.15 -
YUV 215 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 250 196 221 0 0.22 0.12 0.02 332.22 0.84 0.87
Hex FA C4 DD 0 16 C 2 14C 54 57
Octal 372 304 335 0 26 14 2 514 124 127
Binary 11111010 11000100 11011101 0 10110 1100 10 101001100 1010100 1010111

Color Harmonies of #FAC4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4DD

Black with #FAC4DD

Text Example


Text Example

White with #FAC4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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