Html Css Color HEX #F6CDD2 Pink Lace

📋 copy color: '#F6CDD2'

red 246 ◦ green 205 ◦ blue 210

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

Shades of Pink Lace #F6CDD2

Tints of Pink Lace #F6CDD2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.01%

 BLUE value IS 210 (82.42% from 255) = 31.77%

R = 37.22%
G = 31.01%
B = 31.77%

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

#F6CDD2 (or 0xF6CDD2) is known color: Pink Lace. HEX triplet: F6, CD and D2. RGB value is (246,205,210). Sum of RGB (Red+Green+Blue) = 246+205+210=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDD2 is #09322D. Grayscale: #D9D9D9. Windows color (decimal): -602670 or 13815286. OLE color: 13815286.

HSL color Cylindrical-coordinate representation of color #F6CDD2: hue angle of 352.68º degrees, saturation: 0.69, 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 #F6CDD2 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 205 210 -
CMYK 0 0.17 0.15 0.04
HSL 352.68º 0.69% 0.88% -
HSV(B) 352.68º 0.17% 0.96% -
XYZ 71.47 67.91 70.31 -
YUV 217.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 246 205 210 0 0.17 0.15 0.04 352.68 0.69 0.88
Hex F6 CD D2 0 11 F 4 161 45 58
Octal 366 315 322 0 21 17 4 541 105 130
Binary 11110110 11001101 11010010 0 10001 1111 100 101100001 1000101 1011000

Color Harmonies of #F6CDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CDD2

Black with #F6CDD2

Text Example


Text Example

White with #F6CDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CDD2; }

 p { color: rgb(246,205,210); }

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

background-color css

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

 a { background-color: rgb(246,205,210); }

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

border-color css

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

 span { border-color: rgb(246,205,210); }

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