Html Css Color HEX #F4CAD5 Pink Lace

📋 copy color: '#F4CAD5'

red 244 ◦ green 202 ◦ blue 213

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

Shades of Pink Lace #F4CAD5

Tints of Pink Lace #F4CAD5

RGB

 RED value IS 244 (95.7% from 255) = 37.03%

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

 BLUE value IS 213 (83.59% from 255) = 32.32%

R = 37.03%
G = 30.65%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F4CAD5 (or 0xF4CAD5) is known color: Pink Lace. HEX triplet: F4, CA and D5. RGB value is (244,202,213). Sum of RGB (Red+Green+Blue) = 244+202+213=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CAD5 is #0B352A. Grayscale: #D7D7D7. Windows color (decimal): -734507 or 14011124. OLE color: 14011124.

HSL color Cylindrical-coordinate representation of color #F4CAD5: hue angle of 344.29º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CAD5 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 202 213 -
CMYK 0 0.17 0.13 0.04
HSL 344.29º 0.66% 0.87% -
HSV(B) 344.29º 0.17% 0.96% -
XYZ 70.44 66.28 72.03 -
YUV 215.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 244 202 213 0 0.17 0.13 0.04 344.29 0.66 0.87
Hex F4 CA D5 0 11 D 4 158 42 57
Octal 364 312 325 0 21 15 4 530 102 127
Binary 11110100 11001010 11010101 0 10001 1101 100 101011000 1000010 1010111

Color Harmonies of #F4CAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CAD5

Black with #F4CAD5

Text Example


Text Example

White with #F4CAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CAD5; }

 p { color: rgb(244,202,213); }

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

background-color css

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

 a { background-color: rgb(244,202,213); }

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

border-color css

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

 span { border-color: rgb(244,202,213); }

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