Html Css Color HEX #FBD3D8 Cherub

📋 copy color: '#FBD3D8'

red 251 ◦ green 211 ◦ blue 216

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

Shades of Cherub #FBD3D8

Tints of Cherub #FBD3D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.86%

R = 37.02%
G = 31.12%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBD3D8 (or 0xFBD3D8) is known color: Cherub. HEX triplet: FB, D3 and D8. RGB value is (251,211,216). Sum of RGB (Red+Green+Blue) = 251+211+216=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 211 (82.81% from 255 or 31.12% from 678); Blue value is 216 (84.77% from 255 or 31.86% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD3D8 is #042C27. Grayscale: #DFDFDF. Windows color (decimal): -273448 or 14210043. OLE color: 14210043.

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

Color convert

RGB 251 211 216 -
CMYK 0 0.16 0.14 0.02
HSL 352.5º 0.83% 0.91% -
HSV(B) 352.5º 0.16% 0.98% -
XYZ 75.47 72.06 74.9 -
YUV 223.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 251 211 216 0 0.16 0.14 0.02 352.5 0.83 0.91
Hex FB D3 D8 0 10 E 2 160 53 5B
Octal 373 323 330 0 20 16 2 540 123 133
Binary 11111011 11010011 11011000 0 10000 1110 10 101100000 1010011 1011011

Color Harmonies of #FBD3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD3D8

Black with #FBD3D8

Text Example


Text Example

White with #FBD3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD3D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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