Html Css Color HEX #FAC2DB Classic Rose

📋 copy color: '#FAC2DB'

red 250 ◦ green 194 ◦ blue 219

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

Shades of Classic Rose #FAC2DB

Tints of Classic Rose #FAC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.26%

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

R = 37.71%
G = 29.26%
B = 33.03%

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

#FAC2DB (or 0xFAC2DB) is known color: Classic Rose. HEX triplet: FA, C2 and DB. RGB value is (250,194,219). Sum of RGB (Red+Green+Blue) = 250+194+219=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 194 (76.17% from 255 or 29.26% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2DB is #053D24. Grayscale: #D5D5D5. Windows color (decimal): -343333 or 14402298. OLE color: 14402298.

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

Color convert

RGB 250 194 219 -
CMYK 0 0.22 0.12 0.02
HSL 333.21º 0.85% 0.87% -
HSV(B) 333.21º 0.22% 0.98% -
XYZ 71.5 64.02 75.61 -
YUV 213.59 131.05 153.97 -
System Red Green Blue C M Y K H S L
Decimal 250 194 219 0 0.22 0.12 0.02 333.21 0.85 0.87
Hex FA C2 DB 0 16 C 2 14D 55 57
Octal 372 302 333 0 26 14 2 515 125 127
Binary 11111010 11000010 11011011 0 10110 1100 10 101001101 1010101 1010111

Color Harmonies of #FAC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2DB

Black with #FAC2DB

Text Example


Text Example

White with #FAC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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