Html Css Color HEX #F1CBD7 Pink Lace

📋 copy color: '#F1CBD7'

red 241 ◦ green 203 ◦ blue 215

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

Shades of Pink Lace #F1CBD7

Tints of Pink Lace #F1CBD7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.8%

 BLUE value IS 215 (84.38% from 255) = 32.63%

R = 36.57%
G = 30.8%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1CBD7 (or 0xF1CBD7) is known color: Pink Lace. HEX triplet: F1, CB and D7. RGB value is (241,203,215). Sum of RGB (Red+Green+Blue) = 241+203+215=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBD7 is #0E3428. Grayscale: #D7D7D7. Windows color (decimal): -930857 or 14142449. OLE color: 14142449.

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

Color convert

RGB 241 203 215 -
CMYK 0 0.16 0.11 0.05
HSL 341.05º 0.58% 0.87% -
HSV(B) 341.05º 0.16% 0.95% -
XYZ 69.9 66.32 73.41 -
YUV 215.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 241 203 215 0 0.16 0.11 0.05 341.05 0.58 0.87
Hex F1 CB D7 0 10 B 5 155 3A 57
Octal 361 313 327 0 20 13 5 525 72 127
Binary 11110001 11001011 11010111 0 10000 1011 101 101010101 111010 1010111

Color Harmonies of #F1CBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CBD7

Black with #F1CBD7

Text Example


Text Example

White with #F1CBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CBD7; }

 p { color: rgb(241,203,215); }

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

background-color css

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

 a { background-color: rgb(241,203,215); }

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

border-color css

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

 span { border-color: rgb(241,203,215); }

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