Html Css Color HEX #F6CDDA Pink Lace

📋 copy color: '#F6CDDA'

red 246 ◦ green 205 ◦ blue 218

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

Shades of Pink Lace #F6CDDA

Tints of Pink Lace #F6CDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.59%

R = 36.77%
G = 30.64%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6CDDA (or 0xF6CDDA) is known color: Pink Lace. HEX triplet: F6, CD and DA. RGB value is (246,205,218). Sum of RGB (Red+Green+Blue) = 246+205+218=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDDA is #093225. Grayscale: #DADADA. Windows color (decimal): -602662 or 14339574. OLE color: 14339574.

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

Color convert

RGB 246 205 218 -
CMYK 0 0.17 0.11 0.04
HSL 340.98º 0.69% 0.88% -
HSV(B) 340.98º 0.17% 0.96% -
XYZ 72.49 68.32 75.7 -
YUV 218.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 246 205 218 0 0.17 0.11 0.04 340.98 0.69 0.88
Hex F6 CD DA 0 11 B 4 155 45 58
Octal 366 315 332 0 21 13 4 525 105 130
Binary 11110110 11001101 11011010 0 10001 1011 100 101010101 1000101 1011000

Color Harmonies of #F6CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CDDA

Black with #F6CDDA

Text Example


Text Example

White with #F6CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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