Html Css Color HEX #FBD3DB Cherub

📋 copy color: '#FBD3DB'

red 251 ◦ green 211 ◦ blue 219

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

Shades of Cherub #FBD3DB

Tints of Cherub #FBD3DB

RGB

 RED value IS 251 (98.44% from 255) = 36.86%

 GREEN value IS 211 (82.81% from 255) = 30.98%

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

R = 36.86%
G = 30.98%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBD3DB (or 0xFBD3DB) is known color: Cherub. HEX triplet: FB, D3 and DB. RGB value is (251,211,219). Sum of RGB (Red+Green+Blue) = 251+211+219=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 211 (82.81% from 255 or 30.98% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD3DB is #042C24. Grayscale: #DFDFDF. Windows color (decimal): -273445 or 14406651. OLE color: 14406651.

HSL color Cylindrical-coordinate representation of color #FBD3DB: hue angle of 348º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBD3DB is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 211 219 -
CMYK 0 0.16 0.13 0.02
HSL 348º 0.83% 0.91% -
HSV(B) 348º 0.16% 0.98% -
XYZ 75.86 72.21 76.96 -
YUV 223.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 251 211 219 0 0.16 0.13 0.02 348 0.83 0.91
Hex FB D3 DB 0 10 D 2 15C 53 5B
Octal 373 323 333 0 20 15 2 534 123 133
Binary 11111011 11010011 11011011 0 10000 1101 10 101011100 1010011 1011011

Color Harmonies of #FBD3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD3DB

Black with #FBD3DB

Text Example


Text Example

White with #FBD3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD3DB; }

 p { color: rgb(251,211,219); }

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

background-color css

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

 a { background-color: rgb(251,211,219); }

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

border-color css

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

 span { border-color: rgb(251,211,219); }

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