Html Css Color HEX #FFCEDA Pink Lace

📋 copy color: '#FFCEDA'

red 255 ◦ green 206 ◦ blue 218

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

Shades of Pink Lace #FFCEDA

Tints of Pink Lace #FFCEDA

RGB

 RED value IS 255 (100% from 255) = 37.56%

 GREEN value IS 206 (80.86% from 255) = 30.34%

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

R = 37.56%
G = 30.34%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFCEDA (or 0xFFCEDA) is known color: Pink Lace. HEX triplet: FF, CE and DA. RGB value is (255,206,218). Sum of RGB (Red+Green+Blue) = 255+206+218=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEDA is #003125. Grayscale: #DEDEDE. Windows color (decimal): -12582 or 14339839. OLE color: 14339839.

HSL color Cylindrical-coordinate representation of color #FFCEDA: hue angle of 345.31º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCEDA is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 218 -
CMYK 0 0.19 0.15 0
HSL 345.31º 1% 0.9% -
HSV(B) 345.31º 0.19% 1% -
XYZ 75.97 70.46 75.93 -
YUV 222.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 255 206 218 0 0.19 0.15 0 345.31 1 0.9
Hex FF CE DA 0 13 F 0 159 64 5A
Octal 377 316 332 0 23 17 0 531 144 132
Binary 11111111 11001110 11011010 0 10011 1111 0 101011001 1100100 1011010

Color Harmonies of #FFCEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEDA

Black with #FFCEDA

Text Example


Text Example

White with #FFCEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEDA; }

 p { color: rgb(255,206,218); }

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

background-color css

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

 a { background-color: rgb(255,206,218); }

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

border-color css

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

 span { border-color: rgb(255,206,218); }

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