Html Css Color HEX #FAC8DB Classic Rose

📋 copy color: '#FAC8DB'

red 250 ◦ green 200 ◦ blue 219

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

Shades of Classic Rose #FAC8DB

Tints of Classic Rose #FAC8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.9%

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

R = 37.37%
G = 29.9%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAC8DB (or 0xFAC8DB) is known color: Classic Rose. HEX triplet: FA, C8 and DB. RGB value is (250,200,219). Sum of RGB (Red+Green+Blue) = 250+200+219=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 200 (78.52% from 255 or 29.90% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8DB is #053724. Grayscale: #D9D9D9. Windows color (decimal): -341797 or 14403834. OLE color: 14403834.

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

Color convert

RGB 250 200 219 -
CMYK 0 0.2 0.12 0.02
HSL 337.2º 0.83% 0.88% -
HSV(B) 337.2º 0.2% 0.98% -
XYZ 72.86 66.75 76.06 -
YUV 217.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 250 200 219 0 0.2 0.12 0.02 337.2 0.83 0.88
Hex FA C8 DB 0 14 C 2 151 53 58
Octal 372 310 333 0 24 14 2 521 123 130
Binary 11111010 11001000 11011011 0 10100 1100 10 101010001 1010011 1011000

Color Harmonies of #FAC8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8DB

Black with #FAC8DB

Text Example


Text Example

White with #FAC8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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