Html Css Color HEX #FFCEDB Pink Lace

📋 copy color: '#FFCEDB'

red 255 ◦ green 206 ◦ blue 219

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

Shades of Pink Lace #FFCEDB

Tints of Pink Lace #FFCEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.21%

R = 37.5%
G = 30.29%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFCEDB (or 0xFFCEDB) is known color: Pink Lace. HEX triplet: FF, CE and DB. RGB value is (255,206,219). Sum of RGB (Red+Green+Blue) = 255+206+219=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEDB is #003124. Grayscale: #DEDEDE. Windows color (decimal): -12581 or 14405375. OLE color: 14405375.

HSL color Cylindrical-coordinate representation of color #FFCEDB: hue angle of 344.08º 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 #FFCEDB is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 219 -
CMYK 0 0.19 0.14 0
HSL 344.08º 1% 0.9% -
HSV(B) 344.08º 0.19% 1% -
XYZ 76.1 70.52 76.62 -
YUV 222.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 255 206 219 0 0.19 0.14 0 344.08 1 0.9
Hex FF CE DB 0 13 E 0 158 64 5A
Octal 377 316 333 0 23 16 0 530 144 132
Binary 11111111 11001110 11011011 0 10011 1110 0 101011000 1100100 1011010

Color Harmonies of #FFCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEDB

Black with #FFCEDB

Text Example


Text Example

White with #FFCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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