Html Css Color HEX #FAC9DB Classic Rose

📋 copy color: '#FAC9DB'

red 250 ◦ green 201 ◦ blue 219

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

Shades of Classic Rose #FAC9DB

Tints of Classic Rose #FAC9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30%

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

R = 37.31%
G = 30%
B = 32.69%

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

#FAC9DB (or 0xFAC9DB) is known color: Classic Rose. HEX triplet: FA, C9 and DB. RGB value is (250,201,219). Sum of RGB (Red+Green+Blue) = 250+201+219=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 201 (78.91% from 255 or 30% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9DB is #053624. Grayscale: #D9D9D9. Windows color (decimal): -341541 or 14404090. OLE color: 14404090.

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

Color convert

RGB 250 201 219 -
CMYK 0 0.20 0.12 0.02
HSL 337.96º 0.83% 0.88% -
HSV(B) 337.96º 0.2% 0.98% -
XYZ 73.1 67.21 76.14 -
YUV 217.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 250 201 219 0 0.20 0.12 0.02 337.96 0.83 0.88
Hex FA C9 DB 0 14 C 2 152 53 58
Octal 372 311 333 0 24 14 2 522 123 130
Binary 11111010 11001001 11011011 0 10100 1100 10 101010010 1010011 1011000

Color Harmonies of #FAC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9DB

Black with #FAC9DB

Text Example


Text Example

White with #FAC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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