Html Css Color HEX #FFCED5 Pink Lace

📋 copy color: '#FFCED5'

red 255 ◦ green 206 ◦ blue 213

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

Shades of Pink Lace #FFCED5

Tints of Pink Lace #FFCED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.6%

R = 37.83%
G = 30.56%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFCED5 (or 0xFFCED5) is known color: Pink Lace. HEX triplet: FF, CE and D5. RGB value is (255,206,213). Sum of RGB (Red+Green+Blue) = 255+206+213=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCED5 is #00312A. Grayscale: #DDDDDD. Windows color (decimal): -12587 or 14012159. OLE color: 14012159.

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

Color convert

RGB 255 206 213 -
CMYK 0 0.19 0.16 0
HSL 351.43º 1% 0.9% -
HSV(B) 351.43º 0.19% 1% -
XYZ 75.32 70.21 72.53 -
YUV 221.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 255 206 213 0 0.19 0.16 0 351.43 1 0.9
Hex FF CE D5 0 13 10 0 15F 64 5A
Octal 377 316 325 0 23 20 0 537 144 132
Binary 11111111 11001110 11010101 0 10011 10000 0 101011111 1100100 1011010

Color Harmonies of #FFCED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCED5

Black with #FFCED5

Text Example


Text Example

White with #FFCED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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