Html Css Color HEX #F1CCD5 Pink Lace

📋 copy color: '#F1CCD5'

red 241 ◦ green 204 ◦ blue 213

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

Shades of Pink Lace #F1CCD5

Tints of Pink Lace #F1CCD5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31%

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

R = 36.63%
G = 31%
B = 32.37%

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

#F1CCD5 (or 0xF1CCD5) is known color: Pink Lace. HEX triplet: F1, CC and D5. RGB value is (241,204,213). Sum of RGB (Red+Green+Blue) = 241+204+213=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCD5 is #0E332A. Grayscale: #D8D8D8. Windows color (decimal): -930603 or 14011633. OLE color: 14011633.

HSL color Cylindrical-coordinate representation of color #F1CCD5: hue angle of 345.41º degrees, saturation: 0.57, 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 #F1CCD5 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 204 213 -
CMYK 0 0.15 0.12 0.05
HSL 345.41º 0.57% 0.87% -
HSV(B) 345.41º 0.15% 0.95% -
XYZ 69.88 66.69 72.14 -
YUV 216.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 241 204 213 0 0.15 0.12 0.05 345.41 0.57 0.87
Hex F1 CC D5 0 F C 5 159 39 57
Octal 361 314 325 0 17 14 5 531 71 127
Binary 11110001 11001100 11010101 0 1111 1100 101 101011001 111001 1010111

Color Harmonies of #F1CCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CCD5

Black with #F1CCD5

Text Example


Text Example

White with #F1CCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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