Html Css Color HEX #FAC4DB Classic Rose

📋 copy color: '#FAC4DB'

red 250 ◦ green 196 ◦ blue 219

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

Shades of Classic Rose #FAC4DB

Tints of Classic Rose #FAC4DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.93%

R = 37.59%
G = 29.47%
B = 32.93%

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

#FAC4DB (or 0xFAC4DB) is known color: Classic Rose. HEX triplet: FA, C4 and DB. RGB value is (250,196,219). Sum of RGB (Red+Green+Blue) = 250+196+219=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 196 (76.95% from 255 or 29.47% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4DB is #053B24. Grayscale: #D6D6D6. Windows color (decimal): -342821 or 14402810. OLE color: 14402810.

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

Color convert

RGB 250 196 219 -
CMYK 0 0.22 0.12 0.02
HSL 334.44º 0.84% 0.87% -
HSV(B) 334.44º 0.22% 0.98% -
XYZ 71.95 64.92 75.76 -
YUV 214.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 250 196 219 0 0.22 0.12 0.02 334.44 0.84 0.87
Hex FA C4 DB 0 16 C 2 14E 54 57
Octal 372 304 333 0 26 14 2 516 124 127
Binary 11111010 11000100 11011011 0 10110 1100 10 101001110 1010100 1010111

Color Harmonies of #FAC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4DB

Black with #FAC4DB

Text Example


Text Example

White with #FAC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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