Html Css Color HEX #F6CCD0 Pink Lace

📋 copy color: '#F6CCD0'

red 246 ◦ green 204 ◦ blue 208

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

Shades of Pink Lace #F6CCD0

Tints of Pink Lace #F6CCD0

RGB

 RED value IS 246 (96.48% from 255) = 37.39%

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

 BLUE value IS 208 (81.64% from 255) = 31.61%

R = 37.39%
G = 31%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F6CCD0 (or 0xF6CCD0) is known color: Pink Lace. HEX triplet: F6, CC and D0. RGB value is (246,204,208). Sum of RGB (Red+Green+Blue) = 246+204+208=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCD0 is #09332F. Grayscale: #D9D9D9. Windows color (decimal): -602928 or 13683958. OLE color: 13683958.

HSL color Cylindrical-coordinate representation of color #F6CCD0: hue angle of 354.29º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CCD0 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 204 208 -
CMYK 0 0.17 0.15 0.04
HSL 354.29º 0.7% 0.88% -
HSV(B) 354.29º 0.17% 0.96% -
XYZ 70.98 67.33 68.93 -
YUV 217.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 246 204 208 0 0.17 0.15 0.04 354.29 0.7 0.88
Hex F6 CC D0 0 11 F 4 162 46 58
Octal 366 314 320 0 21 17 4 542 106 130
Binary 11110110 11001100 11010000 0 10001 1111 100 101100010 1000110 1011000

Color Harmonies of #F6CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CCD0

Black with #F6CCD0

Text Example


Text Example

White with #F6CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CCD0; }

 p { color: rgb(246,204,208); }

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

background-color css

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

 a { background-color: rgb(246,204,208); }

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

border-color css

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

 span { border-color: rgb(246,204,208); }

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