Html Css Color HEX #F4C5FD Blue Chalk

📋 copy color: '#F4C5FD'

red 244 ◦ green 197 ◦ blue 253

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

Shades of Blue Chalk #F4C5FD

Tints of Blue Chalk #F4C5FD

RGB

 RED value IS 244 (95.7% from 255) = 35.16%

 GREEN value IS 197 (77.34% from 255) = 28.39%

 BLUE value IS 253 (99.22% from 255) = 36.46%

R = 35.16%
G = 28.39%
B = 36.46%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F4C5FD (or 0xF4C5FD) is known color: Blue Chalk. HEX triplet: F4, C5 and FD. RGB value is (244,197,253). Sum of RGB (Red+Green+Blue) = 244+197+253=694 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.16% from 694); Green value is 197 (77.34% from 255 or 28.39% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4C5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C5FD is #0B3A02. Grayscale: #D9D9D9. Windows color (decimal): -735747 or 16631284. OLE color: 16631284.

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

Color convert

RGB 244 197 253 -
CMYK 0.04 0.22 0 0.01
HSL 290.36º 0.93% 0.88% -
HSV(B) 290.36º 0.22% 0.99% -
XYZ 75 66.26 101.76 -
YUV 217.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 244 197 253 0.04 0.22 0 0.01 290.36 0.93 0.88
Hex F4 C5 FD 4 16 0 1 122 5D 58
Octal 364 305 375 4 26 0 1 442 135 130
Binary 11110100 11000101 11111101 100 10110 0 1 100100010 1011101 1011000

Color Harmonies of #F4C5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C5FD

Black with #F4C5FD

Text Example


Text Example

White with #F4C5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C5FD; }

 p { color: rgb(244,197,253); }

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

background-color css

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

 a { background-color: rgb(244,197,253); }

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

border-color css

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

 span { border-color: rgb(244,197,253); }

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