Html Css Color HEX #FAC7DD Classic Rose

📋 copy color: '#FAC7DD'

red 250 ◦ green 199 ◦ blue 221

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

Shades of Classic Rose #FAC7DD

Tints of Classic Rose #FAC7DD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.7%

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

R = 37.31%
G = 29.7%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAC7DD (or 0xFAC7DD) is known color: Classic Rose. HEX triplet: FA, C7 and DD. RGB value is (250,199,221). Sum of RGB (Red+Green+Blue) = 250+199+221=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 199 (78.12% from 255 or 29.70% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7DD is #053822. Grayscale: #D8D8D8. Windows color (decimal): -342051 or 14534650. OLE color: 14534650.

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

Color convert

RGB 250 199 221 -
CMYK 0 0.20 0.12 0.02
HSL 334.12º 0.84% 0.88% -
HSV(B) 334.12º 0.2% 0.98% -
XYZ 72.9 66.39 77.38 -
YUV 216.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 250 199 221 0 0.20 0.12 0.02 334.12 0.84 0.88
Hex FA C7 DD 0 14 C 2 14E 54 58
Octal 372 307 335 0 24 14 2 516 124 130
Binary 11111010 11000111 11011101 0 10100 1100 10 101001110 1010100 1011000

Color Harmonies of #FAC7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7DD

Black with #FAC7DD

Text Example


Text Example

White with #FAC7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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