Html Css Color HEX #FBDFFB Selago

📋 copy color: '#FBDFFB'

red 251 ◦ green 223 ◦ blue 251

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

Shades of Selago #FBDFFB

Tints of Selago #FBDFFB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 30.76%

 BLUE value IS 251 (98.44% from 255) = 34.62%

R = 34.62%
G = 30.76%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FBDFFB (or 0xFBDFFB) is known color: Selago. HEX triplet: FB, DF and FB. RGB value is (251,223,251). Sum of RGB (Red+Green+Blue) = 251+223+251=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 223 (87.5% from 255 or 30.76% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBDFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFFB is #042004. Grayscale: #EAEAEA. Windows color (decimal): -270341 or 16506875. OLE color: 16506875.

HSL color Cylindrical-coordinate representation of color #FBDFFB: hue angle of 300º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBDFFB is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 223 251 -
CMYK 0 0.11 0 0.02
HSL 300º 0.78% 0.93% -
HSV(B) 300º 0.11% 0.98% -
XYZ 83.58 80.25 102.35 -
YUV 234.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 251 223 251 0 0.11 0 0.02 300 0.78 0.93
Hex FB DF FB 0 B 0 2 12C 4E 5D
Octal 373 337 373 0 13 0 2 454 116 135
Binary 11111011 11011111 11111011 0 1011 0 10 100101100 1001110 1011101

Color Harmonies of #FBDFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDFFB

Black with #FBDFFB

Text Example


Text Example

White with #FBDFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDFFB; }

 p { color: rgb(251,223,251); }

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

background-color css

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

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

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

border-color css

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

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

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