Html Css Color HEX #FAC5DB Classic Rose

📋 copy color: '#FAC5DB'

red 250 ◦ green 197 ◦ blue 219

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

Shades of Classic Rose #FAC5DB

Tints of Classic Rose #FAC5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.58%

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

R = 37.54%
G = 29.58%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAC5DB (or 0xFAC5DB) is known color: Classic Rose. HEX triplet: FA, C5 and DB. RGB value is (250,197,219). Sum of RGB (Red+Green+Blue) = 250+197+219=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 197 (77.34% from 255 or 29.58% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5DB is #053A24. Grayscale: #D7D7D7. Windows color (decimal): -342565 or 14403066. OLE color: 14403066.

HSL color Cylindrical-coordinate representation of color #FAC5DB: hue angle of 335.09º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC5DB is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 219 -
CMYK 0 0.21 0.12 0.02
HSL 335.09º 0.84% 0.88% -
HSV(B) 335.09º 0.21% 0.98% -
XYZ 72.18 65.37 75.83 -
YUV 215.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 250 197 219 0 0.21 0.12 0.02 335.09 0.84 0.88
Hex FA C5 DB 0 15 C 2 14F 54 58
Octal 372 305 333 0 25 14 2 517 124 130
Binary 11111010 11000101 11011011 0 10101 1100 10 101001111 1010100 1011000

Color Harmonies of #FAC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5DB

Black with #FAC5DB

Text Example


Text Example

White with #FAC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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