Html Css Color HEX #FFCADB Pink Lace

📋 copy color: '#FFCADB'

red 255 ◦ green 202 ◦ blue 219

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

Shades of Pink Lace #FFCADB

Tints of Pink Lace #FFCADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.88%

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

R = 37.72%
G = 29.88%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFCADB (or 0xFFCADB) is known color: Pink Lace. HEX triplet: FF, CA and DB. RGB value is (255,202,219). Sum of RGB (Red+Green+Blue) = 255+202+219=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCADB is #003524. Grayscale: #DBDBDB. Windows color (decimal): -13605 or 14404351. OLE color: 14404351.

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

Color convert

RGB 255 202 219 -
CMYK 0 0.21 0.14 0
HSL 340.75º 1% 0.9% -
HSV(B) 340.75º 0.21% 1% -
XYZ 75.15 68.62 76.3 -
YUV 219.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 255 202 219 0 0.21 0.14 0 340.75 1 0.9
Hex FF CA DB 0 15 E 0 155 64 5A
Octal 377 312 333 0 25 16 0 525 144 132
Binary 11111111 11001010 11011011 0 10101 1110 0 101010101 1100100 1011010

Color Harmonies of #FFCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCADB

Black with #FFCADB

Text Example


Text Example

White with #FFCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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