Html Css Color HEX #F2FDC3 Carla

📋 copy color: '#F2FDC3'

red 242 ◦ green 253 ◦ blue 195

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

Shades of Carla #F2FDC3

Tints of Carla #F2FDC3

RGB

 RED value IS 242 (94.92% from 255) = 35.07%

 GREEN value IS 253 (99.22% from 255) = 36.67%

 BLUE value IS 195 (76.56% from 255) = 28.26%

R = 35.07%
G = 36.67%
B = 28.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#F2FDC3 (or 0xF2FDC3) is known color: Carla. HEX triplet: F2, FD and C3. RGB value is (242,253,195). Sum of RGB (Red+Green+Blue) = 242+253+195=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 195 (76.56% from 255 or 28.26% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDC3 is #0D023C. Grayscale: #F3F3F3. Windows color (decimal): -852541 or 12844530. OLE color: 12844530.

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

Color convert

RGB 242 253 195 -
CMYK 0.04 0 0.23 0.01
HSL 71.38º 0.94% 0.88% -
HSV(B) 71.38º 0.23% 0.99% -
XYZ 81.59 93.07 65.29 -
YUV 243.1 100.86 127.22 -
System Red Green Blue C M Y K H S L
Decimal 242 253 195 0.04 0 0.23 0.01 71.38 0.94 0.88
Hex F2 FD C3 4 0 17 1 47 5E 58
Octal 362 375 303 4 0 27 1 107 136 130
Binary 11110010 11111101 11000011 100 0 10111 1 1000111 1011110 1011000

Color Harmonies of #F2FDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FDC3

Black with #F2FDC3

Text Example


Text Example

White with #F2FDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FDC3; }

 p { color: rgb(242,253,195); }

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

background-color css

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

 a { background-color: rgb(242,253,195); }

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

border-color css

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

 span { border-color: rgb(242,253,195); }

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