Html Css Color HEX #FAC5DD Classic Rose

📋 copy color: '#FAC5DD'

red 250 ◦ green 197 ◦ blue 221

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

Shades of Classic Rose #FAC5DD

Tints of Classic Rose #FAC5DD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.49%

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

R = 37.43%
G = 29.49%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAC5DD (or 0xFAC5DD) is known color: Classic Rose. HEX triplet: FA, C5 and DD. RGB value is (250,197,221). Sum of RGB (Red+Green+Blue) = 250+197+221=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 197 (77.34% from 255 or 29.49% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5DD is #053A22. Grayscale: #D7D7D7. Windows color (decimal): -342563 or 14534138. OLE color: 14534138.

HSL color Cylindrical-coordinate representation of color #FAC5DD: hue angle of 332.83º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC5DD is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 221 -
CMYK 0 0.21 0.12 0.02
HSL 332.83º 0.84% 0.88% -
HSV(B) 332.83º 0.21% 0.98% -
XYZ 72.44 65.48 77.23 -
YUV 215.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 250 197 221 0 0.21 0.12 0.02 332.83 0.84 0.88
Hex FA C5 DD 0 15 C 2 14D 54 58
Octal 372 305 335 0 25 14 2 515 124 130
Binary 11111010 11000101 11011101 0 10101 1100 10 101001101 1010100 1011000

Color Harmonies of #FAC5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5DD

Black with #FAC5DD

Text Example


Text Example

White with #FAC5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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