Html Css Color HEX #F5CBFE Blue Chalk

📋 copy color: '#F5CBFE'

red 245 ◦ green 203 ◦ blue 254

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

Shades of Blue Chalk #F5CBFE

Tints of Blue Chalk #F5CBFE

RGB

 RED value IS 245 (96.09% from 255) = 34.9%

 GREEN value IS 203 (79.69% from 255) = 28.92%

 BLUE value IS 254 (99.61% from 255) = 36.18%

R = 34.9%
G = 28.92%
B = 36.18%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F5CBFE (or 0xF5CBFE) is known color: Blue Chalk. HEX triplet: F5, CB and FE. RGB value is (245,203,254). Sum of RGB (Red+Green+Blue) = 245+203+254=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 203 (79.69% from 255 or 28.92% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5CBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CBFE is #0A3401. Grayscale: #DDDDDD. Windows color (decimal): -668674 or 16698357. OLE color: 16698357.

HSL color Cylindrical-coordinate representation of color #F5CBFE: hue angle of 289.41º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5CBFE is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 203 254 -
CMYK 0.04 0.20 0 0.00
HSL 289.41º 0.96% 0.9% -
HSV(B) 289.41º 0.2% 1% -
XYZ 76.9 69.28 103.09 -
YUV 221.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 245 203 254 0.04 0.20 0 0.00 289.41 0.96 0.9
Hex F5 CB FE 4 14 0 0 121 60 5A
Octal 365 313 376 4 24 0 0 441 140 132
Binary 11110101 11001011 11111110 100 10100 0 0 100100001 1100000 1011010

Color Harmonies of #F5CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CBFE

Black with #F5CBFE

Text Example


Text Example

White with #F5CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CBFE; }

 p { color: rgb(245,203,254); }

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

background-color css

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

 a { background-color: rgb(245,203,254); }

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

border-color css

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

 span { border-color: rgb(245,203,254); }

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