Html Css Color HEX #F5CDD3 Pink Lace

📋 copy color: '#F5CDD3'

red 245 ◦ green 205 ◦ blue 211

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

Shades of Pink Lace #F5CDD3

Tints of Pink Lace #F5CDD3

RGB

 RED value IS 245 (96.09% from 255) = 37.07%

 GREEN value IS 205 (80.47% from 255) = 31.01%

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

R = 37.07%
G = 31.01%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F5CDD3 (or 0xF5CDD3) is known color: Pink Lace. HEX triplet: F5, CD and D3. RGB value is (245,205,211). Sum of RGB (Red+Green+Blue) = 245+205+211=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 211 (82.81% from 255 or 31.92% from 661); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDD3 is #0A322C. Grayscale: #D9D9D9. Windows color (decimal): -668205 or 13880821. OLE color: 13880821.

HSL color Cylindrical-coordinate representation of color #F5CDD3: hue angle of 351º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CDD3 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 205 211 -
CMYK 0 0.16 0.14 0.04
HSL 351º 0.67% 0.88% -
HSV(B) 351º 0.16% 0.96% -
XYZ 71.25 67.78 70.96 -
YUV 217.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 245 205 211 0 0.16 0.14 0.04 351 0.67 0.88
Hex F5 CD D3 0 10 E 4 15F 43 58
Octal 365 315 323 0 20 16 4 537 103 130
Binary 11110101 11001101 11010011 0 10000 1110 100 101011111 1000011 1011000

Color Harmonies of #F5CDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CDD3

Black with #F5CDD3

Text Example


Text Example

White with #F5CDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CDD3; }

 p { color: rgb(245,205,211); }

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

background-color css

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

 a { background-color: rgb(245,205,211); }

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

border-color css

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

 span { border-color: rgb(245,205,211); }

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