Html Css Color HEX #FAC4D8 Classic Rose

📋 copy color: '#FAC4D8'

red 250 ◦ green 196 ◦ blue 216

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

Shades of Classic Rose #FAC4D8

Tints of Classic Rose #FAC4D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.63%

R = 37.76%
G = 29.61%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAC4D8 (or 0xFAC4D8) is known color: Classic Rose. HEX triplet: FA, C4 and D8. RGB value is (250,196,216). Sum of RGB (Red+Green+Blue) = 250+196+216=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 196 (76.95% from 255 or 29.61% from 662); Blue value is 216 (84.77% from 255 or 32.63% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4D8 is #053B27. Grayscale: #D6D6D6. Windows color (decimal): -342824 or 14206202. OLE color: 14206202.

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

Color convert

RGB 250 196 216 -
CMYK 0 0.22 0.14 0.02
HSL 337.78º 0.84% 0.87% -
HSV(B) 337.78º 0.22% 0.98% -
XYZ 71.56 64.76 73.69 -
YUV 214.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 250 196 216 0 0.22 0.14 0.02 337.78 0.84 0.87
Hex FA C4 D8 0 16 E 2 152 54 57
Octal 372 304 330 0 26 16 2 522 124 127
Binary 11111010 11000100 11011000 0 10110 1110 10 101010010 1010100 1010111

Color Harmonies of #FAC4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4D8

Black with #FAC4D8

Text Example


Text Example

White with #FAC4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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