Html Css Color HEX #FBDFFC Selago

📋 copy color: '#FBDFFC'

red 251 ◦ green 223 ◦ blue 252

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

Shades of Selago #FBDFFC

Tints of Selago #FBDFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 34.71%

R = 34.57%
G = 30.72%
B = 34.71%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBDFFC (or 0xFBDFFC) is known color: Selago. HEX triplet: FB, DF and FC. RGB value is (251,223,252). Sum of RGB (Red+Green+Blue) = 251+223+252=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 223 (87.5% from 255 or 30.72% from 726); Blue value is 252 (98.83% from 255 or 34.71% from 726); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBDFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFFC is #042003. Grayscale: #EAEAEA. Windows color (decimal): -270340 or 16572411. OLE color: 16572411.

HSL color Cylindrical-coordinate representation of color #FBDFFC: hue angle of 297.93º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDFFC is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 223 252 -
CMYK 0.00 0.12 0 0.01
HSL 297.93º 0.83% 0.93% -
HSV(B) 297.93º 0.12% 0.99% -
XYZ 83.74 80.31 103.18 -
YUV 234.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 251 223 252 0.00 0.12 0 0.01 297.93 0.83 0.93
Hex FB DF FC 0 C 0 1 12A 53 5D
Octal 373 337 374 0 14 0 1 452 123 135
Binary 11111011 11011111 11111100 0 1100 0 1 100101010 1010011 1011101

Color Harmonies of #FBDFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDFFC

Black with #FBDFFC

Text Example


Text Example

White with #FBDFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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