Html Css Color HEX #F9CAD3 Pink Lace

📋 copy color: '#F9CAD3'

red 249 ◦ green 202 ◦ blue 211

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

Shades of Pink Lace #F9CAD3

Tints of Pink Lace #F9CAD3

RGB

 RED value IS 249 (97.66% from 255) = 37.61%

 GREEN value IS 202 (79.3% from 255) = 30.51%

 BLUE value IS 211 (82.81% from 255) = 31.87%

R = 37.61%
G = 30.51%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F9CAD3 (or 0xF9CAD3) is known color: Pink Lace. HEX triplet: F9, CA and D3. RGB value is (249,202,211). Sum of RGB (Red+Green+Blue) = 249+202+211=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CAD3 is #06352C. Grayscale: #D9D9D9. Windows color (decimal): -406829 or 13880057. OLE color: 13880057.

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

Color convert

RGB 249 202 211 -
CMYK 0 0.19 0.15 0.02
HSL 348.51º 0.8% 0.88% -
HSV(B) 348.51º 0.19% 0.98% -
XYZ 71.95 67.08 70.78 -
YUV 217.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 249 202 211 0 0.19 0.15 0.02 348.51 0.8 0.88
Hex F9 CA D3 0 13 F 2 15D 50 58
Octal 371 312 323 0 23 17 2 535 120 130
Binary 11111001 11001010 11010011 0 10011 1111 10 101011101 1010000 1011000

Color Harmonies of #F9CAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CAD3

Black with #F9CAD3

Text Example


Text Example

White with #F9CAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CAD3; }

 p { color: rgb(249,202,211); }

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

background-color css

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

 a { background-color: rgb(249,202,211); }

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

border-color css

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

 span { border-color: rgb(249,202,211); }

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