Html Css Color HEX #FAC4D9 Classic Rose

📋 copy color: '#FAC4D9'

red 250 ◦ green 196 ◦ blue 217

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

Shades of Classic Rose #FAC4D9

Tints of Classic Rose #FAC4D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.73%

R = 37.71%
G = 29.56%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAC4D9 (or 0xFAC4D9) is known color: Classic Rose. HEX triplet: FA, C4 and D9. RGB value is (250,196,217). Sum of RGB (Red+Green+Blue) = 250+196+217=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 196 (76.95% from 255 or 29.56% from 663); Blue value is 217 (85.16% from 255 or 32.73% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4D9 is #053B26. Grayscale: #D6D6D6. Windows color (decimal): -342823 or 14271738. OLE color: 14271738.

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

Color convert

RGB 250 196 217 -
CMYK 0 0.22 0.13 0.02
HSL 336.67º 0.84% 0.87% -
HSV(B) 336.67º 0.22% 0.98% -
XYZ 71.69 64.81 74.38 -
YUV 214.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 250 196 217 0 0.22 0.13 0.02 336.67 0.84 0.87
Hex FA C4 D9 0 16 D 2 151 54 57
Octal 372 304 331 0 26 15 2 521 124 127
Binary 11111010 11000100 11011001 0 10110 1101 10 101010001 1010100 1010111

Color Harmonies of #FAC4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4D9

Black with #FAC4D9

Text Example


Text Example

White with #FAC4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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