Html Css Color HEX #F2CBD3 Pink Lace

📋 copy color: '#F2CBD3'

red 242 ◦ green 203 ◦ blue 211

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

Shades of Pink Lace #F2CBD3

Tints of Pink Lace #F2CBD3

RGB

 RED value IS 242 (94.92% from 255) = 36.89%

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

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

R = 36.89%
G = 30.95%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F2CBD3 (or 0xF2CBD3) is known color: Pink Lace. HEX triplet: F2, CB and D3. RGB value is (242,203,211). Sum of RGB (Red+Green+Blue) = 242+203+211=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBD3 is #0D342C. Grayscale: #D7D7D7. Windows color (decimal): -865325 or 13880306. OLE color: 13880306.

HSL color Cylindrical-coordinate representation of color #F2CBD3: hue angle of 347.69º degrees, saturation: 0.6, 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 #F2CBD3 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 203 211 -
CMYK 0 0.16 0.13 0.05
HSL 347.69º 0.6% 0.87% -
HSV(B) 347.69º 0.16% 0.95% -
XYZ 69.73 66.29 70.75 -
YUV 215.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 242 203 211 0 0.16 0.13 0.05 347.69 0.6 0.87
Hex F2 CB D3 0 10 D 5 15C 3C 57
Octal 362 313 323 0 20 15 5 534 74 127
Binary 11110010 11001011 11010011 0 10000 1101 101 101011100 111100 1010111

Color Harmonies of #F2CBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CBD3

Black with #F2CBD3

Text Example


Text Example

White with #F2CBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CBD3; }

 p { color: rgb(242,203,211); }

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

background-color css

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

 a { background-color: rgb(242,203,211); }

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

border-color css

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

 span { border-color: rgb(242,203,211); }

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