Html Css Color HEX #F2CFD6 Pink Lace

📋 copy color: '#F2CFD6'

red 242 ◦ green 207 ◦ blue 214

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

Shades of Pink Lace #F2CFD6

Tints of Pink Lace #F2CFD6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.22%

 BLUE value IS 214 (83.98% from 255) = 32.28%

R = 36.5%
G = 31.22%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F2CFD6 (or 0xF2CFD6) is known color: Pink Lace. HEX triplet: F2, CF and D6. RGB value is (242,207,214). Sum of RGB (Red+Green+Blue) = 242+207+214=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 214 (83.98% from 255 or 32.28% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFD6 is #0D3029. Grayscale: #DADADA. Windows color (decimal): -864298 or 14077938. OLE color: 14077938.

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

Color convert

RGB 242 207 214 -
CMYK 0 0.14 0.12 0.05
HSL 348º 0.57% 0.88% -
HSV(B) 348º 0.14% 0.95% -
XYZ 71.07 68.36 73.07 -
YUV 218.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 242 207 214 0 0.14 0.12 0.05 348 0.57 0.88
Hex F2 CF D6 0 E C 5 15C 39 58
Octal 362 317 326 0 16 14 5 534 71 130
Binary 11110010 11001111 11010110 0 1110 1100 101 101011100 111001 1011000

Color Harmonies of #F2CFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFD6

Black with #F2CFD6

Text Example


Text Example

White with #F2CFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFD6; }

 p { color: rgb(242,207,214); }

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

background-color css

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

 a { background-color: rgb(242,207,214); }

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

border-color css

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

 span { border-color: rgb(242,207,214); }

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