Html Css Color HEX #FFCBDD Pink Lace

📋 copy color: '#FFCBDD'

red 255 ◦ green 203 ◦ blue 221

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

Shades of Pink Lace #FFCBDD

Tints of Pink Lace #FFCBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.9%

 BLUE value IS 221 (86.72% from 255) = 32.55%

R = 37.56%
G = 29.9%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFCBDD (or 0xFFCBDD) is known color: Pink Lace. HEX triplet: FF, CB and DD. RGB value is (255,203,221). Sum of RGB (Red+Green+Blue) = 255+203+221=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBDD is #003422. Grayscale: #DCDCDC. Windows color (decimal): -13347 or 14535679. OLE color: 14535679.

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

Color convert

RGB 255 203 221 -
CMYK 0 0.20 0.13 0
HSL 339.23º 1% 0.9% -
HSV(B) 339.23º 0.2% 1% -
XYZ 75.65 69.19 77.78 -
YUV 220.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 255 203 221 0 0.20 0.13 0 339.23 1 0.9
Hex FF CB DD 0 14 D 0 153 64 5A
Octal 377 313 335 0 24 15 0 523 144 132
Binary 11111111 11001011 11011101 0 10100 1101 0 101010011 1100100 1011010

Color Harmonies of #FFCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCBDD

Black with #FFCBDD

Text Example


Text Example

White with #FFCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCBDD; }

 p { color: rgb(255,203,221); }

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

background-color css

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

 a { background-color: rgb(255,203,221); }

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

border-color css

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

 span { border-color: rgb(255,203,221); }

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