Html Css Color HEX #F1CDD5 Pink Lace

📋 copy color: '#F1CDD5'

red 241 ◦ green 205 ◦ blue 213

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

Shades of Pink Lace #F1CDD5

Tints of Pink Lace #F1CDD5

RGB

 RED value IS 241 (94.53% from 255) = 36.57%

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

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

R = 36.57%
G = 31.11%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F1CDD5 (or 0xF1CDD5) is known color: Pink Lace. HEX triplet: F1, CD and D5. RGB value is (241,205,213). Sum of RGB (Red+Green+Blue) = 241+205+213=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDD5 is #0E322A. Grayscale: #D8D8D8. Windows color (decimal): -930347 or 14011889. OLE color: 14011889.

HSL color Cylindrical-coordinate representation of color #F1CDD5: hue angle of 346.67º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CDD5 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 205 213 -
CMYK 0 0.15 0.12 0.05
HSL 346.67º 0.56% 0.87% -
HSV(B) 346.67º 0.15% 0.95% -
XYZ 70.12 67.17 72.22 -
YUV 216.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 241 205 213 0 0.15 0.12 0.05 346.67 0.56 0.87
Hex F1 CD D5 0 F C 5 15B 38 57
Octal 361 315 325 0 17 14 5 533 70 127
Binary 11110001 11001101 11010101 0 1111 1100 101 101011011 111000 1010111

Color Harmonies of #F1CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CDD5

Black with #F1CDD5

Text Example


Text Example

White with #F1CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CDD5; }

 p { color: rgb(241,205,213); }

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

background-color css

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

 a { background-color: rgb(241,205,213); }

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

border-color css

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

 span { border-color: rgb(241,205,213); }

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